BACK TO LIST

Syntax:

VA1.Consider_this_Engine_for_Recognition = Location

Details :

This specifies the location of the engine file with its name without *.EGN extension, which holds the crucial information of the ENGINE Category character codes

Example :

Private Sub NowStartSpeechWork()

VoiceAction 1.....

:

:

:

VoiceAction1.Consider_this_Engine_for_Recognition = "C:\MyVoice\YesNo"

End Sub

BACK TO LIST